home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2008 February / PCWFEB08.iso / Software / Freeware / Miro 1.0 / Miro_Installer.exe / chrome / content / startuperror.xul < prev    next >
Encoding:
Extensible Markup Language  |  2007-11-12  |  1014 b   |  27 lines

  1. <?xml version="1.0"?>
  2. <?xml-stylesheet href="chrome://global/skin" type="text/css"?>
  3. <?xml-stylesheet href="main.css" type="text/css"?>
  4.  
  5. <!DOCTYPE window SYSTEM "chrome://dtv/locale/bugreport.dtd">
  6. <dialog id="main"
  7.     xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
  8.     xmlns:html="http://www.w3.org/1999/xhtml"
  9.         title="&bugreport.title;"
  10.         onload="updateLabelStartupError()"
  11.         buttons="accept">
  12.     <script src="chrome://dtv/content/bugreport.js"/>
  13.  
  14.     <description id="label1" class="header" width="250">
  15.         &bugreport.pleasehelpus;
  16.           <button label="&bugreport.copytoclipboard;" oncommand="copyLogToClipboard();" />
  17.         <button label="&bugreport.openbugtracker;" oncommand="openBugReportWindow();" />
  18.     </description>
  19.   <description id="label2" width="250">
  20.     &bugreport.pleaserestart;
  21.   </description>
  22.  
  23.   <textbox id="log" value="" class="monospace"
  24.            multiline="true" readonly="true" rows="8" cols="80"/>
  25.  
  26. </dialog>
  27.